home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 103 / CD_Gamer_Issue_103_Disc_1_PCG103A1201_December_2001.iso / intro.dxr / 00058_game 10.ls < prev    next >
Encoding:
Text File  |  2001-10-02  |  246 b   |  14 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the member of sprite the currentSpriteNum to member("item 10 high")
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the member of sprite the currentSpriteNum to member("Item 10")
  9. end
  10.  
  11. on mouseUp
  12.   go(1, "subs1")
  13. end
  14.